Attached HTML and CSS Context

Eoeoeoeoeoe

Hi! this is a WORK IN PROGRESS. This is my first ever website and its being coded from scratch. Designed to look and function like a New Nintendo 3DS XL, its where ill have my own independent and personal web space. Find my artwork on IG and twitter as @maxelartwork

Example Image
X
Y
A
B
A
B
X
Y
D-Pad
C-Pad
C-Stick
Start
Select
/* Matched Rule from user-agent */ body { display: block; margin-top: 8px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; } /* Matched Rule from regular */ * { margin: 0; padding: 0; box-sizing: border-box; outline-offset: -2px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; box-sizing: border-box; outline-offset: -2px; } /* Matched Rule from regular */ body { background: #1a1a1a; font-family: Arial, sans-serif; color: white; display: flex; justify-content: center; align-items: center; min-height: 100vh; padding: 10px; overflow-y: auto; background-image: initial; background-position-x: initial; background-position-y: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(26, 26, 26); font-family: Arial, sans-serif; color: white; display: flex; justify-content: center; align-items: center; min-height: 100vh; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; overflow-y: auto; } /* Inherited from ancestor level 1 (user-agent) */ html { display: block; } /* Inherited from ancestor level 1 (user-agent) */ :root { view-transition-name: root; } /* Inherited from ancestor level 1 (regular) */ * { margin: 0; padding: 0; box-sizing: border-box; outline-offset: -2px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; box-sizing: border-box; outline-offset: -2px; }